Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: removed old my-expenses page (deprecation) #2814

Merged
merged 5 commits into from
Mar 11, 2024

Conversation

suyashpatil78
Copy link
Contributor

Description

copilot:summary

copilot:poem

Walkthrough

copilot:walkthrough

Clickup

app.clickup.com

Code Coverage

Please add code coverage here

UI Preview

Please add screenshots for UI changes

@github-actions github-actions bot added the size/XL Extra Large PR label Mar 9, 2024
@suyashpatil78 suyashpatil78 requested a review from Julias0 March 11, 2024 05:27
@@ -23,3 +23,13 @@ export type ReportFilters = Partial<{
cardNumbers: string[];
splitExpense: string;
}>;

export interface ExpenseFilters extends Omit<Filters, 'state'> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one interface per file
Can you check if there is a eslint rule for this? We should enforce this

suyashpatil78 and others added 4 commits March 11, 2024 21:57
* feat: removed old my-expenses page (deprecation) - Part 2

* feat: removed old my-expenses page (deprecation) - Part 3 (#2816)

* feat: removed old my-expenses page (deprecation) - Part 3

* feat: removed old my-expenses page (deprecation) - Part 4 (#2817)

* feat: removed old my-expenses page (deprecation) - Part 4

* fix: correction in card filters logic (#2818)
Copy link

Unit Test Coverage % values
Statements 96.14% ( 18218 / 18949 )
Branches 91.34% ( 9479 / 10377 )
Functions 94.52% ( 5525 / 5845 )
Lines 96.17% ( 17379 / 18070 )

@suyashpatil78 suyashpatil78 merged commit 7493bfd into master Mar 11, 2024
7 checks passed
suyashpatil78 added a commit that referenced this pull request Mar 12, 2024
* feat: removed old my-expenses page (deprecation)

* feat: removed old my-expenses page (deprecation) - Part 2 (#2815)

* feat: removed old my-expenses page (deprecation) - Part 2

* feat: removed old my-expenses page (deprecation) - Part 3 (#2816)

* feat: removed old my-expenses page (deprecation) - Part 3

* feat: removed old my-expenses page (deprecation) - Part 4 (#2817)

* feat: removed old my-expenses page (deprecation) - Part 4

* fix: correction in card filters logic (#2818)

* major pr comments as well as merge

* setting branch coverage to 91%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XL Extra Large PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants